+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
+2001-12-24 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+ valid with both SGML and XML.
+
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
* switch (result)
* {
* case GTK_RESPONSE_ACCEPT:
- * do_application_specific_something (<!>);
+ * do_application_specific_something (<!-- -->);
* break;
* default:
- * do_nothing_since_dialog_was_cancelled (<!>);
+ * do_nothing_since_dialog_was_cancelled (<!-- -->);
* break;
* }
* gtk_widget_destroy (dialog);